home *** CD-ROM | disk | FTP | other *** search
- -- card: 20193 from stack: in
- -- bmap block id: 20376
- -- flags: 4000
- -- background id: 2604
- -- name: MAINTENANCE
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=327 top=100 right=121 bottom=348
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: W/TO/SECURITY
- ----- HyperTalk script -----
- on mouseUp
- go to card id 15382
- end mouseUp
-
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=146 top=208 right=240 bottom=193
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: GET/ANTI/FUNGUS
- ----- HyperTalk script -----
- on mouseUp
- global inventory
- global pocketbook
- if "wallet" is in inventory then
- put "The drawer is empty." into Msg
- wait 3 seconds
- doMenu "Message"
- else
- put ", a wallet" after inventory
- put "You find a wallet with 20 Credits." into Msg
- wait 3 seconds
- doMenu "Message"
- put inventory into background field "ShowMe"
- add 20 to pocketbook
- put pocketbook into background field "CountMe"
- end if
- end mouseUp
-
-
-
- -- part contents for background part 6
- ----- text -----
- You are carrying: empty multicorder
-
- -- part contents for background part 8
- ----- text -----
- 0